home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3107 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  905 b 

  1. Path: CS.Arizona.EDU!not-for-mail
  2. From: dave@CS.Arizona.EDU (Dave Schaumann)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: make broken on Fresh Fish Volume 9?
  5. Date: 11 Feb 1996 22:22:24 -0700
  6. Organization: University of Arizona CS Department, Tucson AZ
  7. Message-ID: <4fmiqg$pit@lectura.CS.Arizona.EDU>
  8. NNTP-Posting-Host: lectura.cs.arizona.edu
  9.  
  10.  
  11. I recently purchased the Fresh Fish V9 cd, and tonight, I
  12. installed the development environment for the first time.
  13.  
  14. For the most part, things seem to be OK.  However, the
  15. make binary (make -v shows version 3.71) on the CD seems to
  16. be broken.  Even with stack set to 700000 (and GCCSTACK set
  17. to 700000), stackmon shows a stack overflow even for very
  18. simple make targets like this:
  19.  
  20.     test:
  21.         echo "hello"
  22.  
  23.  
  24. I've just tried make version 3.68 off of Aminet, and this
  25. seems at least a bit better.  Anyone else have problems
  26. with the make on Fresh Fish V9?
  27.  
  28. -Dave
  29.